runtime.pageAlloc.alloc (method)
3 uses
runtime (current package)
mheap.go#L1167: base, scav = h.pages.alloc(npages)
mheap.go#L1175: base, scav = h.pages.alloc(npages)
mpagealloc.go#L820: func (p *pageAlloc) alloc(npages uintptr) (addr uintptr, scav uintptr) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)